BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeDerive event

This event occurs when the user selects to derive from a document.

Syntax

Private Sub AMUIExtension_BeforeDerive(
          ByVal CurrentObject As Object,
          ByVal TargetFolder As AMEDM.IAMFolder,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document that the user is deriving from (AMDocument object).

TargetFolder

The folder where the new document will be stored.

Abort

Setting this argument to True will abort the operation. The AfterDerive event will not occur.

Remarks

The equivalent VBScript event is the Derive script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.

Copyright © 2000-2013 BlueCielo ECM Solutions